diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/waybar/style/[Wallust] Chroma Tally.css | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/waybar/style/[Wallust] Chroma Tally.css')
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Tally.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/waybar/style/[Wallust] Chroma Tally.css b/config/waybar/style/[Wallust] Chroma Tally.css index 4b7ad61e..ec6b6e14 100644 --- a/config/waybar/style/[Wallust] Chroma Tally.css +++ b/config/waybar/style/[Wallust] Chroma Tally.css @@ -20,8 +20,15 @@ window#waybar { border-color: @color12; } +window#waybar.empty, +window#waybar.empty #window { + background-color: transparent; + padding: 0px; + border: 0px; +} + #workspaces { - background: #0F1419; + background: transparent; padding: 0px 1px; border-radius: 15px; border: 0px; @@ -208,6 +215,7 @@ tooltip { #custom-swaync, #custom-menu { color: yellow; + padding-left: 8px; } #custom-power{ color: #eba0ac; |
